home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 May: Tool Chest / Developer CD Series Tool Chest (Apple Computer)(May 1999).iso / Tool Chest / Development Kits / MPW Related / DTS MPW Goodies / Trim < prev    next >
Encoding:
Text File  |  1990-09-14  |  208 b   |  16 lines  |  [TEXT/MPS ]

  1. #
  2. # Trim:
  3. #
  4. # Trim trailing spaces and tabs from end of each line in file
  5. #
  6.  
  7. If {#} == 0
  8.     Set Window "{Target}"
  9. Else
  10.     Set Window "{1}"
  11. End
  12.  
  13. Find • "{Window}"
  14. Set Exit 0
  15. Replace -c ∞ /[∂t∂f ]+∞/ "" "{Window}"
  16.